func golang.org/x/net/internal/httpsfv.consumeKey

3 uses

	golang.org/x/net/internal/httpsfv (current package)
		httpsfv.go#L223: 		if key, s, ok = consumeKey(s); !ok {
		httpsfv.go#L270: 		key, rest, ok = consumeKey(rest)
		httpsfv.go#L305: func consumeKey(s string) (consumed, rest string, ok bool) {